home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.11
/
2002-01_-_Disc_7.11.iso
/
Data
/
items.pcg
/
scripts
/
DefineButton2_285
/
BUTTONCONDACTION on(release, releaseOutside, dragOut).as
< prev
Wrap
Text File
|
2001-11-06
|
172b
|
8 lines
on(release, releaseOutside, dragOut){
if(_parent.scrollMax < _parent.num_Games)
{
stopDrag();
_parent.scrollBoxControl.gotoAndPlay("stop");
}
}